Skip to content

docs: add Atlas/Sequelize integration#778

Merged
ephys merged 2 commits intosequelize:mainfrom
a8m:patch-1
Apr 5, 2026
Merged

docs: add Atlas/Sequelize integration#778
ephys merged 2 commits intosequelize:mainfrom
a8m:patch-1

Conversation

@a8m
Copy link
Copy Markdown
Contributor

@a8m a8m commented Dec 22, 2024

Hey team,

Atlas is a Schema-as-Code and migration tool that supports most ORMs. A few months ago, we added support for Sequelize after it was requested many times by our community. In short, what Atlas provides for Sequelize' users is:

  • Automatic migration planning: It can read the Sequelize models from either JS/TS definitions and maintains for the users the migrations directory. Your can see the provider on GitHub: ariga/atlas-provider-sequelize
  • Schema diff: Atlas can compare Sequelize schema to databases, other Sequelize projects or other ORMs.
  • Allow extending the Sequelize schema with additional non ORM-ish objects such as triggers, RLS, functions, etc.
  • Migration linting, testing, and more.

For other example integrations we did:

@a8m a8m requested a review from a team as a code owner December 22, 2024 09:41
@a8m a8m requested review from WikiRik and sdepold December 22, 2024 09:41
@a8m
Copy link
Copy Markdown
Contributor Author

a8m commented Dec 24, 2024

Hey @WikiRik, just a quick reminder on this. Let me know if you need anything from me. Thanks!

@ephys ephys changed the title docs/migrations: add Atlas/Sequelize integration docs: add Atlas/Sequelize integration Apr 5, 2026
@ephys ephys enabled auto-merge (squash) April 5, 2026 11:14
@a8m
Copy link
Copy Markdown
Contributor Author

a8m commented Apr 5, 2026

Thanks for the review, @ephys.

@ephys ephys merged commit 05e4f2e into sequelize:main Apr 5, 2026
1 of 3 checks passed
@a8m a8m deleted the patch-1 branch April 5, 2026 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants